summaryrefslogtreecommitdiff
path: root/app/api/files/[...path]
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/files/[...path]')
-rw-r--r--app/api/files/[...path]/route.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index 88211f5b..89f00a3c 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -51,7 +51,8 @@ const isAllowedPath = (requestedPath: string): boolean => {
'vendors',
'pq',
'pq/vendor',
- 'information'
+ 'information',
+ 'general-contract-templates'
];
return allowedPaths.some(allowed =>